"Mac F2C is a Macintosh port of f2c, the unix FORTRAN-to-C compiler developed by AT&T. The C code produced by Mac F2C is identical to that produced by the unix version. The C code may be ugly, but it works.
Mac F2C is a useful tool for anyone who has a C compiler and needs to run an occasional FORTRAN program. Mac F2C is perfect for translating FORTRAN subroutines so that you can use them in C programs. Mac F2C is not a substitute for a real FORTRAN compiler because you still need a C compiler to compile and run the translated code."
"Mac F2C 1.3.1 is a minor upgrade from version 1.3. The key
differences are:
- An improved F2C for MPW package
- Can easily adjust stack-size for 68K applications
- Some cosmetic bugs fixed"
AUTHOR:
mac port:
Igor Mikolic-Torreira
COPYRIGHT:
(c) AT&T, Bellcore, and I. Mikolic-Torreira
TYPE:
Freeware
INTERNET SITES:
Original site:
ftp://alumni.caltech.edu/pub/Mac_F2C/
Other sites:
Info-Mac
UMich
P2C = Pascal to C translator
p2c
VERSION - UPDATE: (03-26-92)
README:
"p2c reads a correct Pascal program and prints a C program with the same behaviour. It is intended as a tool for transporting finished applications to environments that lack Pascal compilers, it is not intended for program development."